• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [REQUEST] Stop botting after X deaths

    Discussion in 'Archives' started by alexj, Aug 27, 2010.

    1. alexj

      alexj New Member

      Joined:
      May 24, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Came home after a couple hours of AFK farming to find I had 53 deaths and 70 kills. The bot was going after an herb in a hotbed of whoopass mobs and repeatedly suiciding.

      Got me thinking it would be awesome if there were a plugin to stop the bot after a set amount of deaths. I'm sure repeated rezzes and immediate deaths probably looked pretty botty.

      How hard would it be to create something like this?
       
    2. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      here you go.

      place DeathStop.cs to your Plugins folders. I have set death count to 10. If you want to change it open DeathStop.cs with notepad and change the value below

      Code:
              /// EDIT THIS NUMBER TO WHATEVER YOU WANT ///
              private int DeathCount = 10;
              /////////////////////////////////////////////
      
       

      Attached Files:

    3. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Thankyouuuuuu <333
       
    4. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      yw it is just a 2 line code
       
    5. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      How hard would it be to make it hearth and stop
       
    6. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      It will use Hearthstone if

      Code:
      private bool UseHearthstone = true;
      make it false; if you don't want to use Hearthstone.

      It will attempt to use Hearthstone. If it fails it will just stop HB. If it successfully uses it, It will quit wow and stop HB.
       

      Attached Files:

      Last edited: Aug 27, 2010
    7. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      please re-download
       
    8. snoweey

      snoweey Member

      Joined:
      Jan 15, 2010
      Messages:
      416
      Likes Received:
      2
      Trophy Points:
      18
      This is awesome thanks
       
    9. jaycrew

      jaycrew New Member

      Joined:
      Feb 6, 2010
      Messages:
      209
      Likes Received:
      0
      Trophy Points:
      0
      Very useful, thanks for the quick solution.
       
    10. Torden

      Torden Guest

      Joined:
      Jan 15, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      Is this dude just awesome or what? +rep :)
       
    11. Unregistered

      Unregistered Guest

      You rock - thanks man!!
       
    12. zoktar

      zoktar New Member

      Joined:
      Jul 20, 2010
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      0
      could you make it timebased?. specificly if you die in "pvp" (someone corpsecamping you), if u die more than say 2 times from pvp combat the last 5 minutes, stop.
       
    13. moujoohoo

      moujoohoo New Member

      Joined:
      Apr 29, 2010
      Messages:
      448
      Likes Received:
      1
      Trophy Points:
      0
      Damm good job :)
      Is it possible to buy InstanceBuddy?
       

    Share This Page